html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  zoom: 1;
  list-style: none;
}
html {
  font-size: 62.5%;
}
body {
  line-height: 1;
  color: #000;
  text-align: center;
  padding: 0;
  min-width: 1210px;
  margin: 0 auto;
  background: #fff;
  font: normal 1.4rem/1.6 '黑体';
  background: #fff fixed no-repeat center center;
}
* {
  font-family: 微软雅黑;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 115%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  /*    border-collapse:collapse;*/
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select,
button {
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.clear {
  clear: both;
  height: 0px;
}
.index {
  margin: 0 auto;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
}
/**********头部**************/
.top {
  margin: 0 auto;
  width: 1200px;
  height: 100px;
  padding: 10px 0;
  position: relative;
  z-index: 20;
}
.top div.search {
  width: 320px;
  float: right;
  margin-top: 25px;
}
.top div.search input {
  width: 250px;
  height: 30px;
  padding: 1px 5px;
  border: 1px solid #ccc;
}
.top div.search input:hover {
  cursor: text;
}
.top div.search a {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
  background: #e4393c;
  color: #fff;
  margin-left: -6px;
}
nav {
  background: #18792f;
  position: relative;
  z-index: 10;
}
nav div.nt {
  width: 1200px;
  margin: auto;
  height: 40px;
}
nav div.nt div.top-ul {
  width: 100%;
  margin: auto;
  height: 40px;
  line-height: 40px;
}
nav div.nt div.top-ul > ul {
  height: 40px;
  line-height: 40px;
}
nav div.nt div.top-ul > ul .top-lili {
  padding: 0;
  float: left;
  list-style: none;
  width: 14.2%;
  line-height: 38px;
  height: 38px;
}
nav div.nt div.top-ul > ul .top-lili ul {
  display: none;
  width: 100%;
}
nav div.nt div.top-ul > ul .top-lili ul li {
  background: #5e5d5e;
  float: left;
  line-height: 35px;
  list-style: none;
  height: 35px;
  width: 100%;
  color: #fff;
}
nav div.nt div.top-ul > ul .top-lili ul li:hover {
  background: #1e1c1d;
  color: #ff6600;
}
nav div.nt div.top-ul > ul .top-lili ul:hover {
  display: block;
}
nav div.nt div.top-ul > ul .top-lili a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
}
nav div.nt div.top-ul > ul .top-lili .a {
  width: 100%;
  height: 100%;
}
nav div.nt div.top-ul > ul .top-lili .border1 {
  border: 1px solid transparent;
  color: #fff;
}
nav div.nt div.top-ul > ul .top-lili:hover .border1 {
  border: 1px solid #009924;
  border-radius: 0;
  background: #009924;
  color: #fff;
}
.top-logo {
  float: left;
  width: 550px;
  height: 80px;
}
.top-logo img {
  margin-right: 10px;
}
/***************banner*****************/
.banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.banner > img {
  width: 100%;
}
/****************内容*****************/
.nr {
  width: 100%;
  min-height: 600px;
  overflow: hidden;
}
.nr .advantage,
.product {
  padding: 30px 0;
}
.nr .advantage i {
  display: block;
  margin: auto;
  width: 100px;
  height: 101px;
  background: url("../images/icon.png") no-repeat;
}
.nr .advantage i.ic1 {
  background-position: 0 0;
}
.nr .advantage i.ic1:hover {
  background-position: 0 -119px;
}
.nr .advantage i.ic2 {
  background-position: -200px 0;
}
.nr .advantage i.ic2:hover {
  background-position: -200px -119px;
}
.nr .advantage i.ic3 {
  background-position: -400px 0;
}
.nr .advantage i.ic3:hover {
  background-position: -400px -119px;
}
.nr .advantage i.ic4 {
  background-position: -600px 0;
}
.nr .advantage i.ic4:hover {
  background-position: -600px -119px;
}
.nr .advantage i.ic5 {
  background-position: -800px 0;
}
.nr .advantage i.ic5:hover {
  background-position: -800px -119px;
}
.nr .advantage li {
  float: left;
  width: 20%;
}
.nr .advantage li > a {
  text-align: center;
  text-decoration: none;
}
.nr .advantage ul {
  overflow: hidden;
  margin: auto;
  width: 1200px;
  margin-top: 30px;
  padding: 0 40px;
}
.nr .advantage li > a > p {
  font-size: 130%;
  color: #656565;
  padding: 10px 0;
}
.nr .banner_02 {
  position: relative;
  width: 100%;
}
.nr .banner_02 > img {
  width: 100%;
}
.nr .banner_02 .detail {
  position: absolute;
  top: 0;
  padding-top: 1%;
  left: 15%;
  color: #fff;
  width: 400px;
  height: 100%;
}
.banner_02 .detail p {
  text-align: left;
  width: 100%;
  font-size: 120%;
  line-height: 30px;
}
@media only screen and (min-width: 1700px) {
  .nr .banner_02 .detail {
    width: 350px;
    left: 20%;
  }
}
.detail .mien {
  font-weight: bold;
  width: 100%;
}
.detail .mien .mien_1 {
  font-size: 22px;
}
.detail .mien_box {
  margin: 20px 0;
  text-align: left;
  width: 100%;
  line-height: 30px;
}
.detail .mien_de {
  text-align: left;
  width: 100%;
  position: absolute;
  bottom: 10%;
}
.detail .mien_de > a {
  color: #fff;
  padding: 8px 30px;
  background: #18792f;
  border-radius: 8px;
  text-decoration: none;
}
.nr .nr_top {
  font-size: 28px;
  color: #18792f;
  font-weight: bold;
  font-family: 微软雅黑;
}
.nr .nr_top1 {
  font-size: 16px;
  color: #18792f;
}
.product .product_list li {
  color: #737373;
  border: 1px solid #ebebeb;
  display: inline-block;
  width: 150px;
  margin: 5px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 0;
}
.product .product_list li:hover,
.product .product_list li.active {
  color: #448c53;
  border-color: #448c53;
  cursor: pointer;
}
div.pl_x_a {
  display: none;
}
div.pl_m_a {
  display: none;
}
.news {
  background: #f8f8f8;
  padding: 30px 0;
  height: 780px;
}
.news > div.new1 {
  margin-bottom: 60px;
}
.news div.new2 {
  padding-top: 10px;
}
.news .new_img {
  vertical-align: top;
  display: inline-block;
  height: 270px;
  padding: 40px;
  position: relative;
}
.new_img .img_ico {
  position: absolute;
}
.new_img .ic1 {
  top: 15px;
  right: 25px;
}
.new_img .ic2 {
  top: 15px;
  right: 15px;
}
.new_img .ic3 {
  bottom: -65px;
  left: 25px;
}
.new_img .ic4 {
  bottom: -65px;
  left: 15px;
}
.news .right {
  display: inline-block;
  position: relative;
}
.news .right > a {
  position: absolute;
  top: 25px;
  right: 10px;
  font-size: 16px;
}
.right > p {
  color: #1d7c33;
  font-size: 30px;
  text-align: left;
  width: 200px;
  font-weight: bold;
  border-bottom: 2px solid #187930;
}
.right > p > span {
  font-size: 16px;
}
.right tbody tr > td {
  border-bottom: 1px dashed #ccc;
  line-height: 30px;
}
.right tbody tr > td:first-child {
  position: relative;
  width: 30px;
  text-align: left;
}
.right tbody tr > td:first-child > i {
  display: inline-block;
  width: 18px;
  height: 19px;
  background: url("../images/num.png") no-repeat 0 0;
  position: absolute;
  top: 5px;
}
.right tbody tr > td:first-child > i.num2 {
  background-position: -31px 0;
}
.right tbody tr > td:first-child > i.num3 {
  background-position: -63px 0;
}
.right tbody tr > td:first-child > i.num4 {
  background-position: -96px 0;
}
.right tbody tr > td:first-child > i.num5 {
  background-position: -128px 0;
}
.right tbody tr > td:first-child > i.num6 {
  background-position: -160px 0;
}
.right tbody tr > td:first-child > i.num7 {
  background-position: -192px 0;
}
.right tbody tr > td:first-child > i.num8 {
  background-position: -224px 0;
}
.right tbody tr > td:first-child > i.num9 {
  background-position: -256px 0;
}
.right tbody tr > td:first-child > i.num10 {
  background-position: -288px 0;
}
.right tbody tr > td:nth-child(2) {
  text-align: left;
  width: 600px;
}
.right tbody tr > td:last-child {
  color: #878787;
}
.right tbody tr > td a {
  font-size: 18px;
  color: #878787;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.nr .service .answers .answers_box > div {
  display: inline-block;
  vertical-align: middle;
}
.new1 {
  margin-left: -80px;
  margin-bottom: 30px;
}
.new2 {
  margin-right: -80px;
}
.img1 {
  margin-right: 30px;
}

.service {
  padding: 30px 0;
}
.answers_box {
  display: table;
  margin: 0 auto;
}
.answers_box a {
  color: #717171;
  text-decoration: none;
}
.answers_box .left {
  padding: 20px 60px;
  border: 1px solid #ddd;
  margin-right: 40px;
  position: relative;
}
.answers_box .left > a {
  color: #18792f;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
}
.answers_box .left > i {
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 24px;
  background: url("../images/icon_03.jpg") no-repeat;
  right: -21px;
  top: 35px;
}
.answers_box .center {
  text-align: left;
  width: 600px;
  padding: 30px 0;
  border-bottom: 1px dashed #aaa;
}
.answers_box .last {
  border: 0;
}
.answers_box .center li {
  height: 25px;
  line-height: 25px;
  padding-left: 30px;
}
.answers_box .center li a {
  text-align: left;
  display: inline-block;
}
.answers_box .center li > a:hover {
  color: #187930;
}
/**************details****************/
.details,
.wenda,
.about,
.news_box {
  display: table;
  margin: auto;
  padding-bottom: 50px;
  margin-top: 30px;
}
.details > div,
.wenda > div,
.about > div,
.news_box > div {
  display: inline-block;
  vertical-align: top;
}
.left_he {
  text-align: left;
  width: 183px;
}

.left_he .details_p {
  font-size: 18px;
  font-weight: bold;
  color: #18792f;
}
.left_he > ul {
  margin-top: 20px;
}
.left_he li > a {
  border: 1px solid #ddd;
  border-bottom: none;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 8px 0 8px 10px;
  color: #6c6c6c;
  font-size: 18px;
  /*font-weight: bold;*/
  position: relative;
}
.left_he li > a s,
.left_he li > a s.active {
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url("../images/num.png") no-repeat -18px -34px;
  position: absolute;
  right: 10px;
  top: 12px;
}
.left_he li:hover,
.left_he li.active {
  background-color: #18792f;
  color: #fff;
}
.left_he li:hover a,
.left_he li.active a {
  color: #fff;
}
.left_he li:hover s,
.left_he li.active s {
  background: url("../images/num.png") no-repeat 0 -34px;
}
.left_he li > .a3 {
  border-bottom: 1px solid #ddd;
}
.details .right,
.wenda .right,
.about .right,
.news_box .right {
  margin-left: 100px;
}
.navs_he {
  overflow: hidden;
  width: 950px;
  border-bottom: 3px solid #207d36;
}
.navs_he .left {
  float: left;
  font-size: 20px;
}
.navs_he .right {
  float: right;
  margin-top: 10px;
}
.right a {
  color: #6c6c6c;
  text-decoration: none;
}
.right .navs_he .right a.ra {
  color: #1b7b32;
}
.right .sec {
  width: 950px;
}
.right .sec .sec_de {
  text-align: left;
}
.right .sec .sec_de p {
  margin-bottom: 25px;
  line-height: 25px;
}
.right .sec .sec_he {
  padding: 15px 0;
  font-size: 25px;
  color: #207d36;
}
.right .reveal {
  width: 950px;
  padding: 20px 0;
}
.details .right .reveal ul {
  overflow: hidden;
}
.details .right .reveal li {
  float: left;
  width: 18%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 1%;
}
.details .right .reveal li > a > img {
  display: block;
  width: 171px;
  height: 172px;
}
.wenda form {
  margin-top: 30px;
}
.wenda form > div {
  text-align: left;
  margin-bottom: 20px;
}
.wenda form > div > input {
  border-radius: 5px;
}
textarea {
  vertical-align: top;
  border-radius: 5px;
}
.wenda form > div > label {
  display: inline-block;
  width: 100px;
}
input.sub {
  display: inline-block;
  padding: 2px 30px;
  margin-top: 20px;
  border: 1px solid #18792f;
  border-radius: 5px;
  background: #18792f;
  color: #fff;
}
.list {
  text-align: left;
  margin-top: 30px;
}
.list > div {
  margin-bottom: 20px;
}
.list .list_top {
  padding-left: 15px;
  background: #eee;
}
.list .list_top > i {
  display: inline-block;
  width: 19px;
  height: 17px;
  background: url("../images/icon_o4.png") no-repeat;
  margin-bottom: -3px;
  margin-right: 10px;
}
.list .list_bot {
  padding: 5px 15px;
  border: 1px solid #eee;
}
.skip ul {
  display: inline-block;
  margin: auto;
  border: 1px solid #ddd;
  height: 25px;
  line-height: 25px;
}
.skip ul li {
  float: left;
  border-right: 1px solid #ddd;
  line-height: 25px;
}
.skip ul li a {
  display: block;
  text-align: center;
  color: #000;
}
.skip ul li a:hover,
.skip ul li a.active {
  background: #118a3d;
  color: #fff;
  text-decoration: none;
}
.skip ul li a.a1 {
  width: 48px;
}
.skip ul li a.a2 {
  width: 65px;
}
.skip ul li a.a3 {
  width: 35px;
}
.skip ul li.last {
  border: 0;
}
.index > .banner {
  margin-bottom: 20px;
}
.about_box {
  width: 1920px;
  height: 822px;
  background: url("../images/banner_04.png") no-repeat;
}
.sec_p {
  margin: 30px 0;
  font-size: 16px;
  color: #656565;
}
.news_box .sec tbody tr > td:nth-child(2) {
  width: 900px;
}
.news_box .sec tbody tr > td:last-child {
  width: 100px;
  text-align: right;
}
.news_box .sec {
  margin: 30px 0;
}
.right tr a:hover {
  color: #187930;
}
.poster-main {
  width: 1000px;
  margin: 30px auto;
}
.roundabout-holder {
  width: 900px;
  height: 400px;
  margin: 0 auto;
}
.roundabout-moveable-item {
  width: 550px;
  height: 400px;
  cursor: pointer;
}
.roundabout-moveable-item img {
  margin: auto;
}
/**************footer****************/
.footer {
  width: 100%;
  height: 110px;
  background: #18792f;
}
.footer-nr {
  margin: 0 auto;
  width: 1200px;
  height: 110px;
}
.footer-img {
  width: 200px;
  height: 80px;
  float: left;
  margin-top: 10px;
  background: url("../images/footer-logo.png") no-repeat;
}
.footer-right {
  height: 100%;
  width: 800px;
  float: right;
}
.footer .footer-ul {
  float: right;
  width: 700px;
  height: 40px;
  margin: 0 auto;
}
.footer .footer-ul li {
  margin-top: 10px;
  float: left;
  list-style: none;
  width: 100px;
  height: 20px;
  line-height: 20px;
}
.footer .footer-ul li a {
  margin-left: 20px;
  color: #ffffff;
  float: left;
  text-decoration: none;
}
.footer .footer-ul li a:hover {
  color: #ff2200;
}
.footer .footer-ul li div {
  float: right;
  width: 5px;
  height: 20px;
  color: #ffffff;
}
.copyright {
  width: 700px;
  height: 40px;
  line-height: 30px;
  float: right;
}
.copyright p {
  margin: 0;
  display: inline-block;
}
.copyright a.af {
  margin-left: 15px;
}
.copyright a {
  color: #ffffff;
  text-decoration: none;
  margin-right: 10px;
}
.brother:hover {
  color: #ff4400;
}
/*基本样式*/
.poster-main {
  width: 1000px;
  height: 500px;
  position: relative;
  margin: 30px auto;
}
.poster-main a,
.poster-main img {
  display: block;
}
.poster-main .poster-list {
  width: 1000px;
  height: 500px;
}
.poster-main .poster-list .poster-item {
  width: 200px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
}
.poster-main .poster-btn {
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: pointer;
}
.poster-main .poster-prev-btn {
  left: 20px;
  background: url("../images/left.png") no-repeat left;
}
.poster-main .poster-next-btn {
  right: 20px;
  background: url("../images/right.png") no-repeat right;
}
